﻿2026-05-28T06:06:03.0036403Z ##[group]Run actions/checkout@v6
2026-05-28T06:06:03.0037812Z with:
2026-05-28T06:06:03.0038558Z   lfs: true
2026-05-28T06:06:03.0039345Z   repository: yorvana/android
2026-05-28T06:06:03.0040762Z   token: ***
2026-05-28T06:06:03.0041544Z   ssh-strict: true
2026-05-28T06:06:03.0042352Z   ssh-user: git
2026-05-28T06:06:03.0043180Z   persist-credentials: true
2026-05-28T06:06:03.0044086Z   clean: true
2026-05-28T06:06:03.0045082Z   sparse-checkout-cone-mode: true
2026-05-28T06:06:03.0046083Z   fetch-depth: 1
2026-05-28T06:06:03.0046889Z   fetch-tags: false
2026-05-28T06:06:03.0047722Z   show-progress: true
2026-05-28T06:06:03.0048597Z   submodules: false
2026-05-28T06:06:03.0049438Z   set-safe-directory: true
2026-05-28T06:06:03.0050578Z ##[endgroup]
2026-05-28T06:06:03.1252645Z Syncing repository: yorvana/android
2026-05-28T06:06:03.1256759Z ##[group]Getting Git version info
2026-05-28T06:06:03.1258901Z Working directory is '/home/runner/work/android/android'
2026-05-28T06:06:03.1261354Z [command]/usr/bin/git version
2026-05-28T06:06:03.1311978Z git version 2.54.0
2026-05-28T06:06:03.1353167Z [command]/usr/bin/git lfs version
2026-05-28T06:06:03.1788099Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T06:06:03.1806507Z ##[endgroup]
2026-05-28T06:06:03.1825471Z Temporarily overriding HOME='/home/runner/work/_temp/217cce4c-adc3-4f75-8f26-fe0995799fc3' before making global git config changes
2026-05-28T06:06:03.1831854Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T06:06:03.1839107Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T06:06:03.1893247Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T06:06:03.1898774Z ##[group]Initializing the repository
2026-05-28T06:06:03.1905146Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T06:06:03.1985136Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T06:06:03.1988260Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T06:06:03.1990979Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T06:06:03.1993172Z hint: call:
2026-05-28T06:06:03.1994201Z hint:
2026-05-28T06:06:03.1995803Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T06:06:03.1997573Z hint:
2026-05-28T06:06:03.1999163Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T06:06:03.2001901Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T06:06:03.2003994Z hint:
2026-05-28T06:06:03.2005635Z hint: 	git branch -m <name>
2026-05-28T06:06:03.2007108Z hint:
2026-05-28T06:06:03.2009085Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T06:06:03.2011961Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T06:06:03.2026308Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T06:06:03.2062120Z ##[endgroup]
2026-05-28T06:06:03.2065313Z ##[group]Disabling automatic garbage collection
2026-05-28T06:06:03.2067745Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T06:06:03.2100296Z ##[endgroup]
2026-05-28T06:06:03.2103168Z ##[group]Setting up auth
2026-05-28T06:06:03.2105604Z Removing SSH command configuration
2026-05-28T06:06:03.2108553Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T06:06:03.2149679Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T06:06:03.2427510Z Removing HTTP extra header
2026-05-28T06:06:03.2433308Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T06:06:03.2477346Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T06:06:03.2728263Z Removing includeIf entries pointing to credentials config files
2026-05-28T06:06:03.2733700Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T06:06:03.2779139Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T06:06:03.3043158Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-bd9fa518-475f-4445-8c33-e9d7a095eedf.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T06:06:03.3087164Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-bd9fa518-475f-4445-8c33-e9d7a095eedf.config
2026-05-28T06:06:03.3126310Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-bd9fa518-475f-4445-8c33-e9d7a095eedf.config
2026-05-28T06:06:03.3169425Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bd9fa518-475f-4445-8c33-e9d7a095eedf.config
2026-05-28T06:06:03.3215728Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bd9fa518-475f-4445-8c33-e9d7a095eedf.config
2026-05-28T06:06:03.3278474Z ##[endgroup]
2026-05-28T06:06:03.3281269Z [command]/usr/bin/git lfs install --local
2026-05-28T06:06:03.3701403Z Updated Git hooks.
2026-05-28T06:06:03.3702922Z Git LFS initialized.
2026-05-28T06:06:03.3724313Z ##[group]Fetching the repository
2026-05-28T06:06:03.3733095Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +025b1b8c4c5c0ffeca6bbb9b5826d0aafb9d27ae:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.8789424Z From https://github.com/yorvana/android
2026-05-28T06:06:03.8795107Z  * [new ref]         025b1b8c4c5c0ffeca6bbb9b5826d0aafb9d27ae -> origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.8832610Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.8866164Z   origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.8876620Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.8915522Z 025b1b8c4c5c0ffeca6bbb9b5826d0aafb9d27ae
2026-05-28T06:06:03.8975332Z ##[endgroup]
2026-05-28T06:06:03.8976420Z ##[group]Determining the checkout info
2026-05-28T06:06:03.8977297Z ##[endgroup]
2026-05-28T06:06:03.8978028Z ##[group]Fetching LFS objects
2026-05-28T06:06:03.8978982Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:06:03.9221068Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:06:04.0168616Z ##[endgroup]
2026-05-28T06:06:04.0171323Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T06:06:04.0178392Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T06:06:04.0180507Z ##[group]Checking out the ref
2026-05-28T06:06:04.0181987Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:06:04.0602363Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-28T06:06:04.0604256Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-28T06:06:04.0906057Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T06:06:04.0908668Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T06:06:04.0913399Z ##[endgroup]
2026-05-28T06:06:04.0958057Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T06:06:04.1102496Z 025b1b8c4c5c0ffeca6bbb9b5826d0aafb9d27ae
